Vcenter FoundationLoadBalancers UtilizationInfo

Vcenter FoundationLoadBalancers UtilizationInfo
Vcenter FoundationLoadBalancers UtilizationInfo

The Vcenter FoundationLoadBalancers UtilizationInfo schema defines the combined utilization status, it contains cpu, memory currently.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "cpu": "string",
    "memory": "string"
}
string
cpu
Required

CPU utilization. If the utilization is below 75%, the status is GREEN. If utilization is between 75% and 90% for more than 5 minutes, the status changes to YELLOW. If utilization exceeds 90% for more than 5 minutes, the status changes to RED.

For more information see: Vcenter FoundationLoadBalancers UtilizationStatus.

This property was added in vSphere API 9.0.0.0.

string
memory
Required

Memory utilization. If the utilization is below 85%, the status is GREEN. If utilization is between 85% and 95% for more than 10 minutes, the status changes to YELLOW. If utilization exceeds 95% for more than 10 minutes, the status changes to RED.

For more information see: Vcenter FoundationLoadBalancers UtilizationStatus.

This property was added in vSphere API 9.0.0.0.